type go.pact.im/x/clock/fakeclock.timer

6 uses

	go.pact.im/x/clock/fakeclock (current package)
		fakeclock.go#L150: 	t := &timer{
		fakeclock.go#L270: type timer struct {
		fakeclock.go#L276: func (t *timer) C() <-chan time.Time {
		fakeclock.go#L281: func (t *timer) Stop() bool {
		fakeclock.go#L286: func (t *timer) Reset(d time.Duration) {
		fakeclock.go#L291: func (t *timer) next(now time.Time) (time.Duration, bool) {